Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Prevent PHP warning by checking the type #413

Merged
merged 1 commit into from
Jun 28, 2020
Merged

Conversation

t3easy
Copy link
Collaborator

@t3easy t3easy commented Jun 26, 2020

Resolves: #412

  • Please check if the PR fulfills these requirements
  • Tests for the changes have been added (for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    Bugfix

  • What is the current behavior? (You can also link to an open issue here)
    PHP warning if an array is given as option because trim exprect a string.

  • What is the new behavior (if this is a feature change)?
    Check the type and handle the array.

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
    No

  • Other information:

@simonschaufi simonschaufi merged commit 3a153a2 into master Jun 28, 2020
@simonschaufi simonschaufi deleted the bugfix/412 branch June 28, 2020 23:59
@Sebobo
Copy link
Contributor

Sebobo commented Jun 29, 2020

Thx ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PHP warning when using FlushCacheList task with Flow/Neos app
3 participants